# Setup in Eclipse ## Import the project 1. Install a 64-bit JDK 22 or later and Eclipse IDE for Java Developers. 2. Download or clone the repository. 3. In Eclipse, select **File > Import > General > Existing Projects into Workspace**. 4. Choose the repository directory and finish the import. 5. If Eclipse does not recognize the project automatically, create a Java project using the repository directory as its location and add the existing `src` folder as a source folder. ## Configure Java 1. Open **Window > Preferences > Java > Installed JREs**. 2. Add and select the JDK 22 installation. 3. Open the project properties and set **Java Compiler > Compiler compliance level** to 22 or the installed compatible level. 4. Make sure the project uses the Java module path when Eclipse asks whether a dependency belongs on the classpath or module path. Right click on project click on **Build Path > Configure Build Path > Java Build Path > Library**